PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / setSubmitCoordinates Method
True if the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data.
In This Topic
    setSubmitCoordinates Method
    In This Topic
    Sets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.
    Syntax
    public void setSubmitCoordinates( 
       boolean value
    )

    Parameters

    value
    True if the coordinates of the mouse click that caused the submit-form action are transmitted as part of the form data.
    See Also